.public-header {
  background: transparent;
  position: absolute;
}
.public-header.active {
  background: #fafafa;
  position: fixed;
}
body {
  padding-top: 0;
}
.session_1 .img-box {
  height:auto;
  width: 100%;
}
.session_1 .img-box img{
  height:auto;width:100%;
}
.session_1 .arr-box {
  width:100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  height:100px;
}
.session_1 .arr-box .swiper-button-next {
  right:0;
}
.session_1 .arr-box .swiper-button-prev {
  left:0;
}
.session_1 .arr-box .swiper-button-next,
.session_1 .arr-box .swiper-button-prev {
  width:44px;
  height:100px;
  background: rgba(195,13,35,0.5);
  margin-top: 0;
  top: 0;
}
.session_1 .arr-box .swiper-button-next:after,
.session_1 .arr-box .swiper-button-prev:after {
  color: #fff;
  font-size: 24px;
}
.session_1 .swiper-pagination {
  bottom: 30px;
}
.session_1 .swiper-pagination-bullet {
  border: 1px solid #23546c;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  opacity: 1;
  background: transparent;
}
.session_1 .swiper-pagination-bullet-active {
  background: #23546c;
}
.session_2 {
  padding-top: 90px;
}
.session_2 .title-box {
  text-align: center;
  margin-bottom:30px;
}
.session_2 .title-box h3 {
  line-height: 1;
  font-size: 26px;
  margin-bottom:20px;
  color:#383431;
  position: relative;
  font-style:
  italic;
  font-family:
  'Helvetica Neue';
}
.session_2 .title-box p {
  font-size:24px;
  line-height: 1;margin-bottom:15px;
}
.session_2 > .txt-box{
  font-size:16px;width:1060px;margin: 0 auto;line-height:2;text-align:center;
  margin-bottom:100px;
}
.session_2 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.session_2 .col-m-2 {
  height: 600px;
  float: left;
  width:13.33%;
  padding-left:5px;
  padding-right:5px;
  box-sizing: border-box;
  transition: all .8s;
}
.session_2 .col-m-2.active {
  width:60%;
}
.session_2 .item-box {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.session_2 .item-box .des-box {
  position: relative;
  height: 100%;
  width: 100%;
}
.session_2 .item-box .des-box .img-box {
  width: 100%;
  height: 100%;
}
.session_2 .item-box .des-box .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  padding-top: 45px;
  padding-bottom: 50px;
  background: rgba(0, 0,0, 0.5);
  color: #fff;
  opacity:0;
  /* width:65%; */
}
.session_2 .item-box .des-box .txt-box h3 {
  font-size:48px;
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
  font-weight:700;font-style:italic;
}
.session_2 .item-box .des-box .txt-box span{
  font-size:36px;font-family:'Helvetica Neue';font-weight:700;font-style:italic;
}
.session_2 .item-box .des-box .txt-box p {
  line-height: 1.8;margin-top:25px;
}
.session_2 .col-m-2.active .item-box .des-box .txt-box{
  opacity:1;
}



.session_3 {
  position: relative;
  margin-top:130px;
  padding-bottom:150px;
}
.session_3 .centent-box {
  position: relative;
  z-index: 2;
}
.session_3 .centent-box .left-box {
  display: inline-block;width:45%;
}
.session_3 .centent-box .left-box .title-box{
  position:relative;
}
.session_3 .centent-box .left-box .title-box:before{
  width:60px;height:3px;content:'';background:#c30d23;position:absolute;bottom:-25px;
}
.session_3 .centent-box .left-box .title-box:after{
  width:30px;height:3px;content:'';background:#000;position:absolute;bottom:-25px;left:0;
}
.session_3 .centent-box .left-box .title-box span{
  font-size:30px;font-style:italic;font-family:'Helvetica Neue';font-weight:700;
}
.session_3 .centent-box .left-box .title-box h3{
   margin-top:3px;font-size:36px;
}
.session_3 .centent-box .left-box .des-box p{
  margin-top:65px;font-size:16px;line-height:2;
}
.session_3 .centent-box .left-box .list-box{
  margin-top:98px;overflow:hidden;margin-bottom:95px;
}
.session_3 .centent-box .left-box .list-box .item-box {
  position: relative;
  float: left;
  text-align:left;
}
.session_3 .centent-box .left-box .list-box .item-box:nth-child(1){
  width:32%;
}
.session_3 .centent-box .left-box .list-box .item-box:nth-child(2){
  width:23%;
}
.session_3 .centent-box .left-box .list-box .item-box:nth-child(3){
  width: 20%;
}
.session_3 .centent-box .left-box .list-box .item-box:nth-child(4){
  width: 25%;
}
.session_3 .centent-box .left-box .list-box .item-box h3 {
  position: relative;
  color:#c30d23;
  font-size:48px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.session_3 .centent-box .left-box .list-box .item-box h3 em {
  position: absolute;
  font-size: 14px;
  font-style: normal;
  margin-left: 15px;
}
.session_3 .centent-box .left-box .list-box .item-box p {
  font-size:16px;
}
.session_3 .right-page{
  position:
  absolute;
  padding: 30px;
  box-sizing:
  border-box;top:50%;
  width:50%;right:0;
  float:
  right;
  transform:
  translateY(-60%);background:#f5f5f5;
}
.session_3 .right-page img{
  width:100%;
}




.session_4 .left-box {
  width:32%;float:left;overflow:hidden;
  height:960px;
}
.session_4 .left-box img{
  width:100%;height:100%;
}
.session_4 .right-box{
  width:68%;float:right;height:960px;
}
.session_4 .right-box .top-box{
  background:url('../image/img_6.png') center top no-repeat;
  background-size:auto 100%;height:70%;
}
.session_4 .right-box .top-box .title-box{
  padding-top:6%;padding-left:5%;position:relative;
}
.session_4 .right-box .top-box .title-box:before{
  width:70px;height:1px;background:#fefefe;content:'';position:absolute;
  bottom:-15%;
}
.session_4 .right-box .top-box .title-box h3{
  font-size:48px;color:#fff;font-weight:400;
}
.session_4 .right-box .top-box .title-box p{
  font-size:24px;color:rgba(255, 255, 255, 0.8);margin-top:8px;
}
.session_4 .right-box .top-box .des-box{
  margin-top:4%;
  padding-left:5%;padding-right:170px;font-size:16px;color:rgba(255, 255, 255, 0.8);
}
.session_4 .right-box .top-box .des-box p{
  line-height:2;
}
.session_4 .right-box .top-box .list-box{
  padding-left:5%;padding-top:6%;
}
.session_4 .right-box .top-box .list-box .item-box {
  float: left;
  margin-right:2.5%;
  text-align: center;
}
.session_4 .right-box .top-box .list-box .item-box .icon-box {
  width:100px;
  height:118px;
  line-height:118px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 10px;
  border-radius:5px;
}
.session_4 .right-box .top-box .list-box .item-box .icon-box img {
  display: inline-block;
}
.session_4 .right-box .top-box .list-box .item-box .icon-box img.active {
  display: none;
}
.session_4 .right-box .top-box .list-box .item-box p {
  line-height: 1;
  font-size: 14px;
  color: #bfbfbf;
}
.session_4 .right-box .bottom-box{
  background:#c30d23;padding-top:4%;padding-left:5%;
  position:relative;height:30%;box-sizing:border-box;
}
.session_4 .right-box .bottom-box h3{
  font-size:36px;color:#fff;
}
.session_4 .right-box .bottom-box p{
  position:relative;
  font-size:16px;color:#fefefe;margin-top:10px;
}
.session_4 .right-box .bottom-box p:before{
  width:70px;height:1px;background:#fefefe;content:'';position:absolute;
  bottom:-30px;
}
.session_4 .right-box .bottom-box .more-btn{
  margin-top:70px;
}
.session_4 .right-box .bottom-box .more-btn .public-more:hover{
   /*border-color:rgba(255, 255, 255, 0.5);*/
   border-color:#dddddd;
}
.session_4 .right-box .bottom-box .more-btn a{
  color:#fff;
}


 .session_5 {
  clear:both;
  padding-top:80px;
}
.session_5 .title-box {
  text-align: center;
  margin-bottom:60px;
}
.session_5 .title-box h3 {
  line-height: 1;
  font-size:30px;
  margin-bottom:20px;
  color:#383431;
  position: relative;
  font-style:italic;
  font-family:'Helvetica Neue';
}
.session_5 .title-box h3:before{
  width:60px;height:3px;position:absolute;content:'';background:#c30d23;
  left:50%;transform:translateX(-50%);bottom:-22px;
}
.session_5 .title-box h3:after{
  width:30px;height:3px;position:absolute;content:'';background:#000;
  left:50%;transform:translateX(-50%);bottom:-22px;margin-left:-15px;
}
.session_5 .title-box p {
  margin-top:47px;
  font-size:36px;
  line-height: 1;margin-bottom:15px;
}
 .session_5 .centent-box .arr-box{
  position:relative;text-align:center;
 }
 .session_5 .centent-box .swiper-button-next,
 .session_5 .centent-box .swiper-button-prev {
  position:static;display:inline-flex;
  margin-top:60px;margin-left:20px;margin-right:20px;
  width:60px;height:60px;border:1px solid rgba(0, 0, 0,0.8);
}
 .session_5 .centent-box .swiper-button-next:after,
 .session_5 .centent-box .swiper-button-prev:after {
  font-size: 30px;
  color: #333;
}
 .session_5 .centent-box .swiper-button-next:hover:after,
 .session_5 .centent-box .swiper-button-prev:hover:after {
  color: #c30d23;
}
 .session_5 .centent-box .swiper-button-next:hover,
 .session_5 .centent-box .swiper-button-prev:hover {
   border-color:#c30d23;
}
 .session_5 .centent-box .swiper-button-next {
  left: auto;
  right: 0;
}


.session_6 {
  background: url('../picture/c40466a60a23d7471712d9cd1abb2e80.jpg')center center no-repeat;
  margin-top:12px;
  position: relative;padding-bottom:90px;
}
.session_6 .title-box {
  text-align:center;
  padding-top:90px;
}
.session_6 .title-box h3 {
  line-height: 1;
  font-size:30px;
  margin-bottom:20px;
  color:#fff;
  position: relative;
  font-style:italic;
  font-family:'Helvetica Neue';
}
.session_6 .title-box h3:before{
  width:60px;height:3px;position:absolute;content:'';background:#c30d23;
  left:50%;transform:translateX(-50%);bottom:-22px;
}
.session_6 .title-box h3:after{
  width:30px;height:3px;position:absolute;content:'';background:#fff;
  left:50%;transform:translateX(-50%);bottom:-22px;margin-left:-15px;
}
.session_6 .title-box p {
  margin-top:47px;
  font-size:36px;color:#fff;
  line-height: 1;
  margin-bottom: 50px;
}
.session_6 .block{
  width:1300px;
}
.session_6 .centent-box{
  margin-top:59px;
}
.session_6 .list-box .row {
  margin-left: -25px;
  margin-right: -25px;
}
.session_6 .list-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.session_6 .list-box .item-box .img-box {
  overflow: hidden;
}
.session_6 .list-box .item-box .img-box img {
  width: 100%;height:300px;
  transition: all .3s;
}
.session_6 .list-box .item-box .txt-box {
  margin-top: 25px;
}
.session_6 .list-box .item-box .txt-box .title {
  margin-bottom:20px;
}
.session_6 .list-box .item-box .txt-box .title h3 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.session_6 .list-box .item-box .txt-box span {
  font-size: 14px;
  color: #fff;
}
.session_6 .list-box .item-box .txt-box .des-box p {
  line-height: 1.8;
  color: #fff;
  margin-bottom:25px;
}
.session_6 .list-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.session_6 .list-box .item-box:hover .txt-box .title h3 {
  color:#c30d23;
}
.session_6 .swiper-pagination {
  position: static;
  margin-top: 85px;display:none;
}
.session_6 .swiper-pagination .swiper-pagination-bullet {
  border-color: #003532;
}
.session_6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #c30d23;
}
.session_6 .more-btn{
  text-align:center;
}
.session_6 .more-btn .public-more {
  margin-top:68px;border:1px solid rgba(255, 255, 255, 0.5);
  color:rgba(255, 255, 255, 0.5);
}



@media screen and (max-width: 1700px) {
  .session_2 {
    padding-bottom: 35px;
  }
  .session_2 .centent-box .arr-box {
    bottom: 27px;
  }
  .session_2 .centent-box .item-box {
    height: 620px;
  }
  .session_2 .centent-box .item-box .txt-box {
    width:100%%;
  }
  .session_2 .centent-box .item-box .img-box {
    width:100%%;
  }
  .session_3 .centent-box .img-box {
    width: 52%;
  }
  .session_3 .centent-box .txt-box {
    padding-left: 50px;
    width: 48%;
  }
  .session_3 .centent-box .txt-box .more-btn {
    margin-top: 40px;
  }
  .session_4 .right-box,
  .session_4 .left-box{
    height:680px;
  }
  .session_4 .right-box .top-box .title-box h3{
    font-size:36px;
  }
  .session_4 .right-box .top-box .title-box p{
    font-size:20px;
  }
  .session_4 .right-box .bottom-box h3{
    font-size:30px;
  }
  .session_4 .right-box .bottom-box p{
    font-size:14px;
  }
  .session_4 .right-box .bottom-box p:before{
    bottom:-15px;
  }
  .session_4 .right-box .bottom-box .more-btn{
    margin-top:40px;
  }
   .session_4 .right-box .bottom-box .more-btn a{
     width:100px;height:30px;line-height:30px;
   }
  .session_5 .all-box .item-box .img {
    height: 580px;
  }
  .session_6 {
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=index.css.map */